home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / DS-1.ZIP;1 / CONFIG.ZIP / DEFINE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-14  |  760 b   |  36 lines

  1. #define HostStr "PC 386 in 32-bit protected mode ex Zortech C++ 3.0"
  2. #define KeyboardFncs
  3. #define Precision 15
  4. #define IcodeSuffix ".icx"
  5. #define IcodeASuffix ".ICX"
  6. #define SysTime <sys/time.h>
  7. #define StandardPP
  8. #define StandardC
  9. #define FixedRegions
  10. #define NoCoexpr
  11.  
  12. #undef MSDOS
  13. #define MSDOS 1
  14.  
  15. #undef ZTC_386
  16. #define ZTC_386 1
  17.  
  18. /*
  19.  * The default regions sizes for this implementation are much larger
  20.  *  than for most implementations.
  21.  */
  22.  
  23. #define MaxAbrSize   512000
  24. #define MaxStrSpace  256000
  25. #define MaxStatSize   20480
  26.  
  27. /*
  28.  * Zortech C++ include files use "const" keyword
  29.  * in prototypes.  This clashes with Icon's prototypes.
  30.  */
  31. #define const
  32.  
  33. #define index strchr
  34. #define rindex strrchr
  35. #define unlink remove
  36.